home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
domacnost a kancelar
/
actual
/
atwsetup.exe
/
{app}
/
en.chm
/
features
/
rollup.php
< prev
next >
Wrap
PHP Script
|
2007-04-16
|
2KB
|
44 lines
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Rollup");
?>
<h1>Rollup</h1>
<p><i><b>Available in</b>:
<a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
<a href="http://www.actualtools.com/products/index.php#awr">Actual Window Rollup</a>,
<a href="http://www.actualtools.com/products/index.php#atb">Actual Title Buttons</a>,
<a href="http://www.actualtools.com/products/index.php#asm">Actual Window Menu</a>.
</i></p>
<p>The <i><b>Rollup</b> action</i> offers yet another way of dispatching your windows in addition to
<a href="closure.php">closing</a> or <a href="minimization.php">minimizing</a> them.
</p>
<p align="center">
<img src="http://www.actualtools.com/images/Rollup.gif" border="1" width="800" height="600" alt="Example of rollup use"/>
</p>
<p><b>Rollup</b> hides the contents of a window while leaving its title bar visible. You can thus
readily see that the window is still present on the desktop while reducing its "footprint" to a much smaller size on
your screen. In addition, windows so represented by only their title bars remain fully active: i.e., you can move them,
minimize them, call up their system menus, or simply close them.
</p>
<p><i>Hint</i> The <i><b>Rollup</b> action</i> is ideal for situations when you work with several opened
windows simultaneously and need to quickly review the contents of an inactive window presently underlying the active
one. Simply <b>rollup</b> the obstructing active window, review the information uncovered in the previously obscured
window, then <b>unroll</b> the active window back down again.
</p>
<p><i>Related actions:
<a href="minimization.php">Minimization</a>,
<a href="altminimize.php">AltMin</a>,
<a href="transparency.php">Change Transparency</a>,
<a href="ontop.php">Stay on Top</a>.
</i></p>
<p><i>Possible triggers:
<a href="titlebuttons.php#rollup">Title Buttons</a>,
<a href="windowmenu.php#rollup">Window Menu</a>,
<a href="activate.php">Deactivation</a>,
<a href="hover.php">Mouse-Hovering</a>,
<a href="scdefault.php">Title Bar Double-Click</a>.
</i></p>
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>